home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / doscmd.arc / DOSCMD.DOC < prev   
Encoding:
Text File  |  1987-03-29  |  3.4 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      TDOCUMENTATION FOR DOS COMMAND UTILITY PROGRAM   VERSION 1.0        PAGE 1
  5.  
  6.  
  7.  
  8.             INTRODUCTION
  9.  
  10.                 This program is released into the public domain for non-
  11.                 commercial use.  .
  12.  
  13.                 Please let me know of any suggestion to improve this
  14.                 program or any "bugs" that you may find.
  15.  
  16.                 The program was tested on a Zenith 150 PC with a color
  17.                 graphic video card and a color display.  It was written
  18.                 in MIX C.
  19.  
  20.             LICENSING
  21.  
  22.                 A limited license is granted to use this program for
  23.                 non-commercial purposes and to make copies of this
  24.                 program and distribute them to other users for non-
  25.                 commercial use, on the following conditions:
  26.  
  27.                 The program DOSCMD.COM and the documentation DOSCMD.DOC
  28.                 are not distributed in a modified form.
  29.  
  30.                 The DOSCMD.COM and DOSCMD.DOC files must be copied and
  31.                 distributed as a set.
  32.  
  33.                 No fee or other consideration is to be received for
  34.                 copies or distribution without the express written
  35.                 consent of the author.
  36.  
  37.             SYSTEM REQUIREMENTS
  38.  
  39.                 Computer:          IBM PC/XT,
  40.                                    Zenith/Heath 150,
  41.                                    or other PC Compatible.
  42.  
  43.                 Memory required:   128K BYTES.
  44.  
  45.                 Operating system:  MSDOS/PCDOS 2.0 or higher.
  46.  
  47.             PURPOSE
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                     ALLAN NANCOZ, 349 QUINCY AVE., BRONX, NY 10465
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      TDOCUMENTATION FOR DOS COMMAND UTILITY PROGRAM   VERSION 1.0        PAGE 2
  71.  
  72.  
  73.                 The DOSCMD program is use to execute DOS commands. The
  74.                 program is load by entering the following: DOSCMD <CR>.
  75.  
  76.                 A menu of 40 DOS commands will be displayed.  The
  77.                 currently selected command is highlighted.  The syntax
  78.                 of the selected command is displayed in the lower
  79.                 portion of the menu area.  To change the selected
  80.                 command you can use the the cursor keys or enter the
  81.                 first letter the command.
  82.  
  83.                 The cursor key function as follows:
  84.  
  85.                       UP ARROW       move to the previous command.
  86.                       DOWN ARROW     move to the next command.
  87.                       HOME           move to the top of the column.
  88.                       END            move to the bottom of the column.
  89.                       PgUp           move to first command.
  90.                       PgDn           move to last command.
  91.  
  92.                 To execute the selected command, press the Return key.
  93.                 The menu will be cleared and the complete syntax for the
  94.                 command will be displayed.  Completed the entering the
  95.                 desired parameters for the command, then press the
  96.                 Return key to execute the command.
  97.  
  98.                 To exit the program form the menu screen, press Esc.
  99.  
  100.                 The menu includes DOS 3.X commands, which cannot be
  101.                 executed if you are running DOS 2.X.
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.                     ALLAN NANCOZ, 349 QUINCY AVE., BRONX, NY 10465
  131.  
  132.  
  133.